home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / display.arc / DISPLAY.DOC next >
Encoding:
Text File  |  1985-07-11  |  1.9 KB  |  1 lines

  1. ╔══════════════════════════════════════════════════════════════════════════════╗║  DISPLAY    version 1.0                             by Larry B. Hill         ║╠══════════════════════════════════════════════════════════════════════════════╣║      DISPLAY is intended to be used with BATch files and DOS menus. It       ║║   allows strings to be printed to any location on the screen much like       ║║   BASIC does. Color attributes may be specified so that blinking, high       ║║   intensity, inverse video, or combinations may be printed to the screen.    ║║   DISPLAY has not been tested with a color display but should work.          ║║         Listed below are some of the more popular monochrome attributes.     ║║                  Command usage : DISPLAY att lin col string                  ║║                                  att =   7 for normal print.                 ║║                                         10 for high intensity.               ║║                                        135 for blinking normal.              ║║                                        143 for blinking high.                ║║                                        112 for inverse video.                ║║                                        240 for blinking inverse.             ║║                                  lin = ranges from 1 to 24                   ║║                                  col = ranges from 1 to 80                   ║║                               string = string of words to be displayed.      ║║    Typing DISPLAY with no/to few parameters will show command usage.         ║╚══════════════════════════════════════════════════════════════════════════════╝